Nuta
Dostęp do tej strony wymaga autoryzacji. Możesz spróbować się zalogować lub zmienić katalog.
Dostęp do tej strony wymaga autoryzacji. Możesz spróbować zmienić katalogi.
Namespace: microsoft.graph
Represents metadata about an application whose activities governed by an integrated application.
Inhertits from integratedApplicationMetadata.
For internal use only. Don't use.
Properties
| Property | Type | Description |
|---|---|---|
| applicationLocation | policyLocation | The client (application) ID of the Microsoft Entra application. Required. |
| name | String | The name of the integrated application. Inherited from integratedApplicationMetadata. |
| version | String | The version number of the integrated application. Inherited from integratedApplicationMetadata. |
Relationships
None.
JSON representation
The following JSON representation shows the resource type.
{
"@odata.type": "#microsoft.graph.protectedApplicationMetadata",
"applicationLocation": {
"@odata.type": "#microsoft.graph.policyLocation",
"location": "String"
}
}