Skip to content

Latest commit

 

History

History
20 lines (14 loc) · 1.24 KB

NetworkConnection.md

File metadata and controls

20 lines (14 loc) · 1.24 KB

NetworkConnection

Properties

Name Type Description Notes
identifier str UUIDv4
provider str One of the registered network provider types
name str User specified name for this network connection. e.g., "My Network Connection"
config object An object containing network connection configuration data. Will vary based on network provider type.
projects list[ProjectNetworkState] An object where the keys are project IDs and the values are {@link ProjectNetworkState} objects representing the state of each project. [optional]
created_at str Created Date in ISO-8601 format e.g., "2022-05-06T02:39:23.000Z"
updated_at str Updated Date in ISO-8601 format e.g., "2022-05-06T02:39:23.000Z"
created_by str UUIDv4 of the user who created this record.
updated_by str UUIDv4 of the user who last updated this record.

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