generated from deploymenttheory/Template
-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #96 from deploymenttheory/feature-pipelines
added browser site to device and app management
- Loading branch information
Showing
20 changed files
with
1,153 additions
and
146 deletions.
There are no files selected for viewing
30 changes: 30 additions & 0 deletions
30
docs/data-sources/graph_beta_device_and_app_management_assignment_filter.md
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,30 @@ | ||
--- | ||
page_title: "Data Source: microsoft365_graph_beta_device_and_app_management_assignment_filter" | ||
description: |- | ||
--- | ||
|
||
# Data Source: microsoft365_graph_beta_device_and_app_management_assignment_filter | ||
|
||
|
||
|
||
|
||
|
||
<!-- schema generated by tfplugindocs --> | ||
## Schema | ||
|
||
### Required | ||
|
||
- `display_name` (String) The display name of the assignment filter. | ||
|
||
### Read-Only | ||
|
||
- `assignment_filter_management_type` (String) Indicates filter is applied to either 'devices' or 'apps' management type. | ||
- `created_date_time` (String) The creation time of the assignment filter. | ||
- `description` (String) The description of the assignment filter. | ||
- `id` (String) The unique identifier of the assignment filter. | ||
- `last_modified_date_time` (String) Last modified time of the assignment filter. | ||
- `platform` (String) The Intune device management type (platform) for the assignment filter. | ||
- `role_scope_tags` (List of String) Indicates role scope tags assigned for the assignment filter. | ||
- `rule` (String) Rule definition of the assignment filter. | ||
|
62 changes: 62 additions & 0 deletions
62
docs/data-sources/graph_beta_device_and_app_management_device_management_script.md
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,62 @@ | ||
--- | ||
page_title: "Data Source: microsoft365_graph_beta_device_and_app_management_device_management_script" | ||
description: |- | ||
Retrieves information about a device management script. | ||
--- | ||
|
||
# Data Source: microsoft365_graph_beta_device_and_app_management_device_management_script | ||
|
||
Retrieves information about a device management script. | ||
|
||
|
||
|
||
<!-- schema generated by tfplugindocs --> | ||
## Schema | ||
|
||
### Required | ||
|
||
- `id` (String) Unique identifier for the device management script. | ||
|
||
### Read-Only | ||
|
||
- `assignments` (Attributes List) The assignments of the device management script. (see [below for nested schema](#nestedatt--assignments)) | ||
- `created_date_time` (String) The date and time the device management script was created. | ||
- `description` (String) Description of the device management script. | ||
- `display_name` (String) Name of the device management script. | ||
- `enforce_signature_check` (Boolean) Indicate whether the script signature needs be checked. | ||
- `file_name` (String) Script file name. | ||
- `group_assignments` (Attributes List) The group assignments of the device management script. (see [below for nested schema](#nestedatt--group_assignments)) | ||
- `last_modified_date_time` (String) The date and time the device management script was last modified. | ||
- `role_scope_tag_ids` (List of String) List of Scope Tag IDs for this PowerShellScript instance. | ||
- `run_as_32_bit` (Boolean) A value indicating whether the PowerShell script should run as 32-bit. | ||
- `run_as_account` (String) Indicates the type of execution context. | ||
- `script_content` (String, Sensitive) The script content. | ||
|
||
<a id="nestedatt--assignments"></a> | ||
### Nested Schema for `assignments` | ||
|
||
Read-Only: | ||
|
||
- `id` (String) Key of the device management script assignment entity. | ||
- `target` (Attributes) The target of the assignment. (see [below for nested schema](#nestedatt--assignments--target)) | ||
|
||
<a id="nestedatt--assignments--target"></a> | ||
### Nested Schema for `assignments.target` | ||
|
||
Read-Only: | ||
|
||
- `device_and_app_management_assignment_filter_id` (String) The Id of the filter for the target assignment. | ||
- `device_and_app_management_assignment_filter_type` (String) The type of filter of the target assignment. | ||
- `entra_object_id` (String) The ID of the Azure Active Directory object. | ||
- `target_type` (String) The target type of the assignment. | ||
|
||
|
||
|
||
<a id="nestedatt--group_assignments"></a> | ||
### Nested Schema for `group_assignments` | ||
|
||
Read-Only: | ||
|
||
- `id` (String) Key of the device management script group assignment entity. | ||
- `target_group_id` (String) The Id of the Azure Active Directory group we are targeting the script to. | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,32 @@ | ||
--- | ||
page_title: "Data Source: microsoft365_graph_cloud_pc_device_image" | ||
description: |- | ||
--- | ||
|
||
# Data Source: microsoft365_graph_cloud_pc_device_image | ||
|
||
|
||
|
||
|
||
|
||
<!-- schema generated by tfplugindocs --> | ||
## Schema | ||
|
||
### Required | ||
|
||
- `id` (String) The unique identifier (ID) of the image resource on the Cloud PC. | ||
|
||
### Read-Only | ||
|
||
- `display_name` (String) The display name of the associated device image. | ||
- `error_code` (String) The error code of the status of the image that indicates why the upload failed, if applicable. | ||
- `expiration_date` (String) The date when the image became unavailable. | ||
- `last_modified_date_time` (String) The date and time when the image was last modified. | ||
- `operating_system` (String) The operating system (OS) of the image. | ||
- `os_build_number` (String) The OS build version of the image. | ||
- `os_status` (String) The OS status of this image. | ||
- `source_image_resource_id` (String) The unique identifier (ID) of the source image resource on Azure. | ||
- `status` (String) The status of the image on the Cloud PC. | ||
- `version` (String) The image version. | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
File renamed without changes.
Oops, something went wrong.