type de ressource androidManagedStoreAppConfigurationSchema
Espace de noms: microsoft.graph
Important: Les API Microsoft Graph sous la version /beta sont susceptibles d’être modifiées ; l’utilisation de production n’est pas prise en charge.
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 |
---|---|---|
List androidManagedStoreAppConfigurationSchemas | collection androidManagedStoreAppConfigurationSchema | Répertorie les propriétés et les relations des objets androidManagedStoreAppConfigurationSchema . |
Get androidManagedStoreAppConfigurationSchema | androidManagedStoreAppConfigurationSchema | Lit les propriétés et les relations de l’objet androidManagedStoreAppConfigurationSchema . |
Créer androidManagedStoreAppConfigurationSchema | androidManagedStoreAppConfigurationSchema | Créez un objet androidManagedStoreAppConfigurationSchema . |
Delete androidManagedStoreAppConfigurationSchema | Aucun | Supprime un androidManagedStoreAppConfigurationSchema. |
Mettre à jour androidManagedStoreAppConfigurationSchema | androidManagedStoreAppConfigurationSchema | Mettez à 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"
}
]
}
]
}