ReadEnabledClients retrieves the enabled clients for a connection.
(ctx context.Context, id string, opts ...management.RequestOption)
| 30 | |
| 31 | // ReadEnabledClients retrieves the enabled clients for a connection. |
| 32 | ReadEnabledClients(ctx context.Context, id string, opts ...management.RequestOption) (c *management.ConnectionEnabledClientList, err error) |
| 33 | } |
no outgoing calls