Skip to content

Latest commit

 

History

History
63 lines (53 loc) · 2.05 KB

File metadata and controls

63 lines (53 loc) · 2.05 KB
title objectDefinitionMetadataEntry resource type
description Metadata for the given object.
ms.localizationpriority medium
doc_type resourcePageType
author ArvindHarinder1
ms.subservice entra-applications
ms.date 07/22/2024

objectDefinitionMetadataEntry resource type

Namespace: microsoft.graph

Metadata for the given object.

Properties

Property Type Description
key objectDefinitionMetadata The possible values are: PropertyNameAccountEnabled, PropertyNameSoftDeleted, IsSoftDeletionSupported, IsSynchronizeAllSupported, ConnectorDataStorageRequired, Extensions, LinkTypeName.
value String Value of the metadata property.

Supported key-value pairs

Key Value
PropertyNameAccountEnabled Indicates that the object is enabled.
PropertyNameSoftDeleted Indicates that the object is soft-deleted.
IsSoftDeletionSupported Indicates whether the object supports soft deletion.
IsSynchronizeAllSupported Indicates whether the object supports SyncAll.
ConnectorDataStorageRequired Indicates whether this object requires mapping storage. The service stores mapping for properties of types that will be mapped, like User and Group.
Extensions A JSON containing a list of attributes and values that extends the base object that this object inherits from.
BaseObjectName If this object inherits another object, this is the name of the parent base object.

JSON representation

The following JSON representation shows the resource type.

{
  "@odata.type": "#microsoft.graph.objectDefinitionMetadataEntry",
  "key": "String",
  "value": "String"
}