groupPolicyUploadedDefinition 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.

The entity describes all of the information about a single group policy.

Inherits from groupPolicyDefinition

Methods

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

Properties

Property Type Description
classType groupPolicyDefinitionClassType Identifies the type of groups the policy can be applied to. Inherited from groupPolicyDefinition. Possible values are: user, machine.
displayName String The localized policy name. Inherited from groupPolicyDefinition
explainText String The localized explanation or help text associated with the policy. The default value is empty. Inherited from groupPolicyDefinition
categoryPath String The localized full category path for the policy. Inherited from groupPolicyDefinition
supportedOn String Localized string used to specify what operating system or application version is affected by the policy. Inherited from groupPolicyDefinition
policyType groupPolicyType Specifies the type of group policy. Inherited from groupPolicyDefinition. Possible values are: admxBacked, admxIngested.
hasRelatedDefinitions Boolean Signifies whether or not there are related definitions to this definition Inherited from groupPolicyDefinition
groupPolicyCategoryId Guid The category id of the parent category Inherited from groupPolicyDefinition
minDeviceCspVersion String Minimum required CSP version for device configuration in this definition Inherited from groupPolicyDefinition
minUserCspVersion String Minimum required CSP version for user configuration in this definition Inherited from groupPolicyDefinition
version String Setting definition version Inherited from groupPolicyDefinition
id String Key of the entity. Inherited from groupPolicyDefinition
lastModifiedDateTime DateTimeOffset The date and time the entity was last modified. Inherited from groupPolicyDefinition

Relationships

Relationship Type Description
definitionFile groupPolicyDefinitionFile The group policy file associated with the definition. Inherited from groupPolicyDefinition
category groupPolicyCategory The group policy category associated with the definition. Inherited from groupPolicyDefinition
presentations groupPolicyPresentation collection The group policy presentations associated with the definition. Inherited from groupPolicyDefinition
previousVersionDefinition groupPolicyDefinition Definition of the previous version of this definition Inherited from groupPolicyDefinition
nextVersionDefinition groupPolicyDefinition Definition of the next version of this definition Inherited from groupPolicyDefinition

JSON Representation

Here is a JSON representation of the resource.

{
  "@odata.type": "#microsoft.graph.groupPolicyUploadedDefinition",
  "classType": "String",
  "displayName": "String",
  "explainText": "String",
  "categoryPath": "String",
  "supportedOn": "String",
  "policyType": "String",
  "hasRelatedDefinitions": true,
  "groupPolicyCategoryId": "Guid",
  "minDeviceCspVersion": "String",
  "minUserCspVersion": "String",
  "version": "String",
  "id": "String (identifier)",
  "lastModifiedDateTime": "String (timestamp)"
}