androidManagedStoreAppConfigurationSchema type de ressource

Espace de noms: microsoft.graph

Important : Microsoft prend en charge les API Intune /beta, mais elles sont sujettes à des modifications plus fréquentes. Microsoft recommande d’utiliser la version v1.0 lorsque cela est possible. Vérifiez la disponibilité d’une API dans la version v1.0 à l’aide du sélecteur de version.

Remarque : l’API Microsoft Graph pour Intune requiert une licence Intune active pour le client.

Schéma décrivant les configurations personnalisées d’une application Android.

Méthodes

Méthode Type renvoyé Description
Liste androidManagedStoreAppConfigurationSchemas androidManagedStoreAppConfigurationSchema collection Répertorier les propriétés et les relations des objets androidManagedStoreAppConfigurationSchema .
Obtenir androidManagedStoreAppConfigurationSchema androidManagedStoreAppConfigurationSchema Lisez les propriétés et les relations de l’objet androidManagedStoreAppConfigurationSchema .
Créer androidManagedStoreAppConfigurationSchema androidManagedStoreAppConfigurationSchema Créez un objet androidManagedStoreAppConfigurationSchema .
Supprimer androidManagedStoreAppConfigurationSchema Aucun Supprime un schéma androidManagedStoreAppConfiguration.
Mettre à jour androidManagedStoreAppConfigurationSchema androidManagedStoreAppConfigurationSchema Mettre à jour les propriétés d’un objet androidManagedStoreAppConfigurationSchema .

Propriétés

Propriété Type Description
id String Clé de l’entité du nom du package Android pour l’application à laquelle correspond le schéma
exampleJson Binary Tableau d’octets encodé en UTF8 contenant la chaîne JSON exemple conforme à ce schéma qui montre comment définir la configuration pour cette application
schemaItems collection androidManagedStoreAppConfigurationSchemaItem Collection d’éléments représentant chacun une option de configuration nommée dans le schéma. Il contient uniquement la configuration de niveau racine.
nestedSchemaItems collection androidManagedStoreAppConfigurationSchemaItem Collection d’éléments représentant chacun une option de configuration nommée dans le schéma. Il contient une liste plate de toutes les configurations.

Relations

Aucun

Représentation JSON

Voici une représentation JSON de la ressource.

{
  "@odata.type": "#microsoft.graph.androidManagedStoreAppConfigurationSchema",
  "id": "String (identifier)",
  "exampleJson": "binary",
  "schemaItems": [
    {
      "@odata.type": "microsoft.graph.androidManagedStoreAppConfigurationSchemaItem",
      "index": 1024,
      "parentIndex": 1024,
      "schemaItemKey": "String",
      "displayName": "String",
      "description": "String",
      "defaultBoolValue": true,
      "defaultIntValue": 1024,
      "defaultStringValue": "String",
      "defaultStringArrayValue": [
        "String"
      ],
      "dataType": "String",
      "selections": [
        {
          "@odata.type": "microsoft.graph.keyValuePair",
          "name": "String",
          "value": "String"
        }
      ]
    }
  ],
  "nestedSchemaItems": [
    {
      "@odata.type": "microsoft.graph.androidManagedStoreAppConfigurationSchemaItem",
      "index": 1024,
      "parentIndex": 1024,
      "schemaItemKey": "String",
      "displayName": "String",
      "description": "String",
      "defaultBoolValue": true,
      "defaultIntValue": 1024,
      "defaultStringValue": "String",
      "defaultStringArrayValue": [
        "String"
      ],
      "dataType": "String",
      "selections": [
        {
          "@odata.type": "microsoft.graph.keyValuePair",
          "name": "String",
          "value": "String"
        }
      ]
    }
  ]
}