ServiceEndpoint interface

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

Properties

administratorsGroup

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

authorization

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

createdBy

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

data
description

Gets or sets the description of endpoint.

groupScopeId
id

Gets or sets the identifier of this endpoint.

isDisabled

If this endpoint is disabled.

isReady

EndPoint state indicator

isShared

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

name

Gets or sets the friendly name of the endpoint.

operationStatus

Error message during creation/deletion of endpoint

owner

Gets or sets the owner of the endpoint.

readersGroup

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

type

Gets or sets the type of the endpoint.

url

Gets or sets the url of the endpoint.

Property Details

administratorsGroup

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

administratorsGroup: IdentityRef

Property Value

authorization

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

authorization: EndpointAuthorization

Property Value

createdBy

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

createdBy: IdentityRef

Property Value

data

data: {[key: string]: string}

Property Value

{[key: string]: string}

description

Gets or sets the description of endpoint.

description: string

Property Value

string

groupScopeId

groupScopeId: string

Property Value

string

id

Gets or sets the identifier of this endpoint.

id: string

Property Value

string

isDisabled

If this endpoint is disabled.

isDisabled: boolean

Property Value

boolean

isReady

EndPoint state indicator

isReady: boolean

Property Value

boolean

isShared

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

isShared: boolean

Property Value

boolean

name

Gets or sets the friendly name of the endpoint.

name: string

Property Value

string

operationStatus

Error message during creation/deletion of endpoint

operationStatus: any

Property Value

any

owner

Gets or sets the owner of the endpoint.

owner: string

Property Value

string

readersGroup

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

readersGroup: IdentityRef

Property Value

type

Gets or sets the type of the endpoint.

type: string

Property Value

string

url

Gets or sets the url of the endpoint.

url: string

Property Value

string