RequestedExtension interface

A request for an extension (to be installed or have a license assigned)

Properties

extensionName

The unique name of the extension

extensionRequests

A list of each request for the extension

publisherDisplayName

DisplayName of the publisher that owns the extension being published.

publisherName

Represents the Publisher of the requested extension

requestCount

The total number of requests for an extension

Property Details

extensionName

The unique name of the extension

extensionName: string

Property Value

string

extensionRequests

A list of each request for the extension

extensionRequests: ExtensionRequest[]

Property Value

publisherDisplayName

DisplayName of the publisher that owns the extension being published.

publisherDisplayName: string

Property Value

string

publisherName

Represents the Publisher of the requested extension

publisherName: string

Property Value

string

requestCount

The total number of requests for an extension

requestCount: number

Property Value

number