groupPolicyPresentationCheckBox resource type

Namespace: microsoft.graph

Important: Microsoft Graph APIs under the /beta version are subject to change; production use is not supported.

Note: The Microsoft Graph API for Intune requires an active Intune license for the tenant.

Represents an ADMX checkBox element and an ADMX boolean element.

Inherits from groupPolicyUploadedPresentation

Methods

Method Return Type Description
List groupPolicyPresentationCheckBoxes groupPolicyPresentationCheckBox collection List properties and relationships of the groupPolicyPresentationCheckBox objects.
Get groupPolicyPresentationCheckBox groupPolicyPresentationCheckBox Read properties and relationships of the groupPolicyPresentationCheckBox object.
Create groupPolicyPresentationCheckBox groupPolicyPresentationCheckBox Create a new groupPolicyPresentationCheckBox object.
Delete groupPolicyPresentationCheckBox None Deletes a groupPolicyPresentationCheckBox.
Update groupPolicyPresentationCheckBox groupPolicyPresentationCheckBox Update the properties of a groupPolicyPresentationCheckBox object.

Properties

Property Type Description
label String Localized text label for any presentation entity. The default value is empty. Inherited from groupPolicyPresentation
id String Key of the entity. Inherited from groupPolicyPresentation
lastModifiedDateTime DateTimeOffset The date and time the entity was last modified. Inherited from groupPolicyPresentation
defaultChecked Boolean Default value for the check box. The default value is false.

Relationships

Relationship Type Description
definition groupPolicyDefinition The group policy definition associated with the presentation. Inherited from groupPolicyPresentation

JSON Representation

Here is a JSON representation of the resource.

{
  "@odata.type": "#microsoft.graph.groupPolicyPresentationCheckBox",
  "label": "String",
  "id": "String (identifier)",
  "lastModifiedDateTime": "String (timestamp)",
  "defaultChecked": true
}