embeddedSIMActivationCodePoolAssignment 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 embedded SIM activation code pool assignment entity assigns a specific embeddedSIMActivationCodePool to an AAD device group.

Methods

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

Properties

Property Type Description
id String Unique identifier for the embedded SIM activation code pool assignment. System generated value assigned when created.
target deviceAndAppManagementAssignmentTarget The type of groups targeted by the embedded SIM activation code pool.

Relationships

None

JSON Representation

Here is a JSON representation of the resource.

{
  "@odata.type": "#microsoft.graph.embeddedSIMActivationCodePoolAssignment",
  "id": "String (identifier)",
  "target": {
    "@odata.type": "microsoft.graph.allLicensedUsersAssignmentTarget",
    "deviceAndAppManagementAssignmentFilterId": "String",
    "deviceAndAppManagementAssignmentFilterType": "String"
  }
}