objectDefinitionMetadataEntry resource type
Namespace: microsoft.graph
Important
APIs under the /beta
version in Microsoft Graph are subject to change. Use of these APIs in production applications is not supported. To determine whether an API is available in v1.0, use the Version selector.
Metadata for the given object.
Properties
Property | Type | Description |
---|---|---|
key | objectDefinitionMetadata | 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"
}