Edit

azureADPremiumP1FeatureUtilizations resource type

Namespace: microsoft.graph

Important

APIs under the /beta version in Microsoft Graph are subject to change. Use of these APIs in production applications is not supported. To determine whether an API is available in v1.0, use the Version selector.

Represents the utilization data for Microsoft Entra ID P1 premium features. Each property contains a user count indicating how many users in the tenant have used that P1 feature. Used by the p1FeatureUtilizations property of the azureADPremiumLicenseInsight resource.

Properties

Property Type Description
conditionalAccess azureADPremiumFeatureUtilization The utilization data for the Conditional Access feature.
conditionalAccessGuestUsers azureADPremiumFeatureUtilization The utilization data for the Conditional Access feature applied to guest users.

Relationships

None.

JSON representation

The following JSON representation shows the resource type.

{
  "@odata.type": "#microsoft.graph.azureADPremiumP1FeatureUtilizations",
  "conditionalAccess": {
    "@odata.type": "microsoft.graph.azureADPremiumFeatureUtilization"
  },
  "conditionalAccessGuestUsers": {
    "@odata.type": "microsoft.graph.azureADPremiumFeatureUtilization"
  }
}