Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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"
}
}