Skip to content

Commit

Permalink
Update licensedetails.md
Browse files Browse the repository at this point in the history
Applied standards to resource topic.
  • Loading branch information
JarbasHorst authored Feb 27, 2024
1 parent 0259df7 commit cf069b1
Showing 1 changed file with 8 additions and 9 deletions.
17 changes: 8 additions & 9 deletions api-reference/beta/resources/licensedetails.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,24 +19,24 @@ Contains information about a license assigned to a user.

| Method | Return Type |Description|
|:---------------|:--------|:----------|
|[List licenseDetails](../api/user-list-licensedetails.md) | licenseDetails collection |Retrieve a list of licenseDetails objects for a user.|
|[getTeamsLicensingDetails](../api/licensedetails-getteamslicensingdetails.md)|[teamsLicensingDetails](../resources/teamsLicensingDetails.md) object|Get the Microsoft Teams license details for the specified user.|
|[List licenseDetails](../api/user-list-licensedetails.md) | [licenseDetails](../resources/licensedetails.md) collection |Retrieve a list of [licenseDetails](../resources/licensedetails.md) objects for a user.|
|[getTeamsLicensingDetails](../api/licensedetails-getteamslicensingdetails.md)|[teamsLicensingDetails](../resources/teamslicensingdetails.md) object|Get the Microsoft Teams license details for the specified user.|

<!--|[Get licenseDetails](../api/licensedetails-get.md) | licenseDetails |Read properties and relationships of a licenseDetails object.|-->

## Properties
| Property | Type |Description|
|:---------------|:--------|:----------|
|id|String| The unique identifier for the license detail object. Read-only, Key, Not nullable |
|servicePlans|[servicePlanInfo](serviceplaninfo.md) collection| Information about the service plans assigned with the license. Read-only, Not nullable |
|skuId|Guid| Unique identifier (GUID) for the service SKU. Equal to the skuId property on the related [SubscribedSku](subscribedsku.md) object. Read-only |
|skuPartNumber|String| Unique SKU display name. Equal to the skuPartNumber on the related [SubscribedSku](subscribedsku.md) object; for example: "AAD_Premium". Read-only |
|id|String| The unique identifier for the license detail object. Read-only. Key. Not nullable. |
|servicePlans|[servicePlanInfo](serviceplaninfo.md) collection| Information about the service plans assigned with the license. Read-only. Not nullable. |
|skuId|Guid| Unique identifier (GUID) for the service SKU. Equal to the **skuId** property on the related [subscribedSku](subscribedsku.md) object. Read-only. |
|skuPartNumber|String| Unique SKU display name. Equal to the **skuPartNumber** on the related [subscribedSku](subscribedsku.md) object; for example, `AAD_Premium`. Read-only. |

## Relationships
None
None.

## JSON representation
Here is a JSON representation of the resource.
The following JSON representation shows the resource type.

<!-- {
"blockType": "resource",
Expand All @@ -53,7 +53,6 @@ Here is a JSON representation of the resource.
"skuId": "Guid",
"skuPartNumber": "String"
}

```

<!-- uuid: 8fcb5dbc-d5aa-4681-8e31-b001d5168d79
Expand Down

0 comments on commit cf069b1

Please sign in to comment.