GetConnection Retrieve flow vault connection details.
(ctx context.Context, id string, opts ...management.RequestOption)
| 31 | |
| 32 | // GetConnection Retrieve flow vault connection details. |
| 33 | GetConnection(ctx context.Context, id string, opts ...management.RequestOption) (r *management.FlowVaultConnection, err error) |
| 34 | |
| 35 | // UpdateConnection Update an existing flow vault connection. |
| 36 | UpdateConnection(ctx context.Context, id string, r *management.FlowVaultConnection, opts ...management.RequestOption) error |
no outgoing calls
no test coverage detected