ConnectOptions enum
Enumeration of the options that can be passed in on Connect.
Fields
| None = 0 | Retrieve no optional data. |
| IncludeServices = 1 | Includes information about AccessMappings and ServiceDefinitions. |
| IncludeLastUserAccess = 2 | Includes the last user access for this host. |
| IncludeInheritedDefinitionsOnly = 4 | This is only valid on the deployment host and when true. Will only return inherited definitions. |
| IncludeNonInheritedDefinitionsOnly = 8 | When true will only return non inherited definitions. Only valid at non-deployment host. |