Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface ServiceEndpoint

Represents an endpoint which may be used by an orchestration job.

Hierarchy

  • ServiceEndpoint

Index

Properties

Optional administratorsGroup

administratorsGroup: IdentityRef

Gets or sets the identity reference for the administrators group of the service endpoint.

Optional authorization

authorization: EndpointAuthorization

Gets or sets the authorization data for talking to the endpoint.

Optional createdBy

createdBy: IdentityRef

Gets or sets the identity reference for the user who created the Service endpoint.

Optional data

data: object

Type declaration

  • [key: string]: string

Optional description

description: string

Gets or sets the description of endpoint.

Optional groupScopeId

groupScopeId: string

Optional id

id: string

Gets or sets the identifier of this endpoint.

Optional isReady

isReady: boolean

EndPoint state indictor

Optional isShared

isShared: boolean

Indicates whether service endpoint is shared with other projects or not.

Optional name

name: string

Gets or sets the friendly name of the endpoint.

Optional operationStatus

operationStatus: JObject

Error message during creation/deletion of endpoint

Optional owner

owner: string

Owner of the endpoint Supported values are "library", "agentcloud"

Optional readersGroup

readersGroup: IdentityRef

Gets or sets the identity reference for the readers group of the service endpoint.

Optional type

type: string

Gets or sets the type of the endpoint.

Optional url

url: string

Gets or sets the url of the endpoint.

Generated using TypeDoc