Represents a referenec to a service endpoint.

interface ServiceEndpointReference {
    alias?: string;
    id?: string;
}

Hierarchy (View Summary)

Properties

Properties

alias?: string

An alias to be used when referencing the resource.

id?: string

The ID of the service endpoint.