Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Namespace: microsoft.graph
Important: APIs under the /beta version in Microsoft Graph are subject to change which could break your applications. While Intune /beta APIs are supported by Microsoft, you should use these at your own discretion. In general, /beta APIs are not recommended for use in production applications. To determine whether an API is available in v1.0, use the Version selector
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"
}
}