Skip to content
This repository has been archived by the owner on Sep 10, 2024. It is now read-only.

Latest commit

 

History

History
22 lines (18 loc) · 1.4 KB

Service.md

File metadata and controls

22 lines (18 loc) · 1.4 KB

Service

Properties

Name Type Description Notes
configurations list[Configuration] Configuration key-values pairs enumerated on the service. [optional]
databases list[Database] The databases enumerated on the service. [optional]
family str The family of the service. [optional]
links list[Link] Hypermedia links to corresponding or related resources. [optional]
name str The name of the service. [optional]
port int The port of the service.
product str The product running the service. [optional]
protocol str The protocol of the service.
user_groups list[GroupAccount] The group accounts enumerated on the service. [optional]
users list[UserAccount] The user accounts enumerated on the service. [optional]
vendor str The vendor of the service. [optional]
version str The version of the service. [optional]
web_applications list[WebApplication] The web applications found on the service. [optional]

[Back to Model list] [Back to API list] [Back to README]