Kommentar
Åtkomst till den här sidan kräver auktorisering. Du kan prova att logga in eller ändra kataloger.
Åtkomst till den här sidan kräver auktorisering. Du kan prova att ändra kataloger.
Namespace: microsoft.graph
Metadata for the given object. This object is configured in the metadata property of objectDefinition.
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"
}