| 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 |
Namespace: microsoft.graph
Metadata for the given object.
| Property | Type | Description |
|---|---|---|
| key | objectDefinitionMetadata | The possible values are: PropertyNameAccountEnabled, PropertyNameSoftDeleted, IsSoftDeletionSupported, IsSynchronizeAllSupported, ConnectorDataStorageRequired, Extensions, LinkTypeName. |
| value | String | Value of the metadata property. |
| 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. |
The following JSON representation shows the resource type.
{
"@odata.type": "#microsoft.graph.objectDefinitionMetadataEntry",
"key": "String",
"value": "String"
}