CloudApplicationEntityProperties interface

CloudApplication entity property bag.

Extends

Properties

appId

The technical identifier of the application.

appName

The name of the related cloud application.

instanceName

The user defined instance name of the cloud application. It is often used to distinguish between several applications of the same type that a customer has.

Inherited Properties

additionalData

A bag of custom fields that should be part of the entity and will be presented to the user.

friendlyName

The graph item display name which is a short humanly readable description of the graph item instance. This property is optional and might be system generated.

Property Details

appId

The technical identifier of the application.

appId?: number

Property Value

number

appName

The name of the related cloud application.

appName?: string

Property Value

string

instanceName

The user defined instance name of the cloud application. It is often used to distinguish between several applications of the same type that a customer has.

instanceName?: string

Property Value

string

Inherited Property Details

additionalData

A bag of custom fields that should be part of the entity and will be presented to the user.

additionalData?: Record<string, any>

Property Value

Record<string, any>

Inherited From EntityCommonProperties.additionalData

friendlyName

The graph item display name which is a short humanly readable description of the graph item instance. This property is optional and might be system generated.

friendlyName?: string

Property Value

string

Inherited From EntityCommonProperties.friendlyName