Share via


type de ressource managementIntentInfo

Espace de noms : microsoft.graph.managedTenants

Importante

Les API sous la version /beta dans Microsoft Graph sont susceptibles d’être modifiées. L’utilisation de ces API dans des applications de production n’est pas prise en charge. Pour déterminer si une API est disponible dans v1.0, utilisez le sélecteur Version .

Représente les informations de relation pour une intention de gestion.

Propriétés

Propriété Type Description
managementIntentDisplayName Chaîne Nom complet de l’intention de gestion. Facultatif. En lecture seule.
managementIntentId Chaîne Identificateur de l’intention de gestion. Obligatoire. En lecture seule.
managementTemplates collection microsoft.graph.managedTenants.managementTemplateDetailedInfo Collection d’informations de modèle de gestion associées à l’intention de gestion. Facultatif. En lecture seule.

Relations

Aucun.

Représentation JSON

Voici une représentation JSON de la ressource.

{
  "@odata.type": "#microsoft.graph.managedTenants.managementIntentInfo",
  "managementIntentId": "String",
  "managementIntentDisplayName": "String",
  "managementTemplates": [
    {
      "@odata.type": "microsoft.graph.managedTenants.managementTemplateDetailedInfo"
    }
  ]
}