Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface CloudApplicationEntityProperties

Package version

CloudApplication entity property bag.

Hierarchy

Index

Properties

Optional additionalData

additionalData: undefined | {}

A bag of custom fields that should be part of the entity and will be presented to the user. NOTE: This property will not be serialized. It can only be populated by the server.

Optional appId

appId: undefined | number

The technical identifier of the application. NOTE: This property will not be serialized. It can only be populated by the server.

Optional appName

appName: undefined | string

The name of the related cloud application. NOTE: This property will not be serialized. It can only be populated by the server.

Optional friendlyName

friendlyName: undefined | string

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. NOTE: This property will not be serialized. It can only be populated by the server.

Optional instanceName

instanceName: undefined | string

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. NOTE: This property will not be serialized. It can only be populated by the server.

Generated using TypeDoc