IAdmM365LicenseStateRequirement

The IAdmM365LicenseStateRequirement interface represents requirements to the state of a Microsoft 365 license that should be satisfied to meet the If is licensed for Microsoft 365 condition.

Properties

  • Property

  • Description

  • Enabled

  • Gets or sets a value indicating whether to check the state of the Microsoft 365 license for a user.

  • LicenseState

  • Gets or sets the Microsoft 365 license state required to meet the condition.

  • CanBeChecked

  • Gets or sets a value indicating whether the license is available in at least one Microsoft 365 tenant.

  • License

  • Gets or sets a Microsoft 365 license that must be in the specified state to meet the condition.

Details

Enabled

Gets or sets a value indicating whether to check the state of the Microsoft 365 license for a user.

  • Type:
  • bool
  • Access:
  • Read/Write

LicenseState

Gets or sets the Microsoft 365 license state required to meet the condition.

  • Type:
  • bool
  • Access:
  • Read/Write

CanBeChecked

Gets or sets a value indicating whether the license is available in at least one Microsoft 365 tenant.

  • Type:
  • bool
  • Access:
  • Read/Write

License

Gets or sets a Microsoft 365 license that must be in the specified state to meet the condition.


Requirements

Minimum required version: 2023

See also