Edit

Share via


protectedApplicationMetadata 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.

Represents metadata about an application whose activities governed by an integrated application.

For internal use only. Don't use.

Properties

Property Type Description
applicationLocation policyLocation The Entra client (application) ID. 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"
  }
}