ServiceEndpoint interface
Represents an endpoint which may be used by an orchestration job.
Properties
| administrators |
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. |
| created |
Gets or sets the identity reference for the user who created the Service endpoint. |
| creation |
Gets or sets the date, when the Service endpoint has been created. |
| data | |
| description | Gets or sets the description of endpoint. |
| group |
|
| id | Gets or sets the identifier of this endpoint. |
| is |
If this endpoint is disabled. |
| is |
EndPoint state indicator |
| is |
Indicates whether service endpoint is shared with other projects or not. |
| modification |
Gets or sets the date, when the Service endpoint has been modified. |
| modified |
Gets or sets the identity reference for the user who did the latest modification of the Service endpoint. |
| name | Gets or sets the friendly name of the endpoint. |
| operation |
Error message during creation/deletion of endpoint |
| owner | Gets or sets the owner of the endpoint. |
| readers |
Gets or sets the identity reference for the readers group of the service endpoint. |
| service |
Service Tree ID |
| 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
creationDate
Gets or sets the date, when the Service endpoint has been created.
creationDate: Date
Property Value
Date
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
modificationDate
Gets or sets the date, when the Service endpoint has been modified.
modificationDate: Date
Property Value
Date
modifiedBy
Gets or sets the identity reference for the user who did the latest modification of the Service endpoint.
modifiedBy: IdentityRef
Property Value
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
serviceManagementReference
Service Tree ID
serviceManagementReference: string
Property Value
string
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