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

A class containing the properties used for Windows10EnrollmentCompletionPageConfiguration PolicySetItem.

Inherits from policySetItem

Methods

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

Properties

Property Type Description
id String Key of the PolicySetItem. Inherited from policySetItem
createdDateTime DateTimeOffset Creation time of the PolicySetItem. Inherited from policySetItem
lastModifiedDateTime DateTimeOffset Last modified time of the PolicySetItem. Inherited from policySetItem
payloadId String PayloadId of the PolicySetItem. Inherited from policySetItem
itemType String policySetType of the PolicySetItem. Inherited from policySetItem
displayName String DisplayName of the PolicySetItem. Inherited from policySetItem
status policySetStatus Status of the PolicySetItem. Inherited from policySetItem. Possible values are: unknown, validating, partialSuccess, success, error, notAssigned.
errorCode errorCode Error code if any occured. Inherited from policySetItem. Possible values are: noError, unauthorized, notFound, deleted.
guidedDeploymentTags String collection Tags of the guided deployment Inherited from policySetItem
priority Int32 Priority of the Windows10EnrollmentCompletionPageConfigurationPolicySetItem.

Relationships

None

JSON Representation

Here is a JSON representation of the resource.

{
  "@odata.type": "#microsoft.graph.windows10EnrollmentCompletionPageConfigurationPolicySetItem",
  "id": "String (identifier)",
  "createdDateTime": "String (timestamp)",
  "lastModifiedDateTime": "String (timestamp)",
  "payloadId": "String",
  "itemType": "String",
  "displayName": "String",
  "status": "String",
  "errorCode": "String",
  "guidedDeploymentTags": [
    "String"
  ],
  "priority": 1024
}