A service offering listing in the service catalog.
| Name | Type | Summary |
|---|---|---|
| ID | Int32 | The ID of the service offering. |
| Name | String | The name of the service offering. |
| ShortDescription | String | The short description of the service offering, which is used when displaying the service offering in a list. |
| LongDescription | String | The long description of the service, which is used when viewing the specific service offering. This can contain HTML. |
| Order | Double | The order of the service offering among its siblings. |
| IsActive | Boolean | The active status of the service offering. |
| ManagerUid | Guid | The UID of the managing user associated with the service offering. |
| ManagerFullName | String | The full name of the managing user associated with the service offering. |
| ManagingGroupID | Int32 | The ID of the managing group associated with the service. |
| ManagingGroupName | String | The name of the managing group associated with the service offering. |
| Uri | String | The URI to retrieve the full details of the service offering via the web API. |