Unlocking an Outbound Connector
Unlock a locked File Storage outbound connector to allow deletions (in the case of a delete lock) or updates, moves, and deletions (in the case of a full lock).
You can also override outbound connector locks.
Required IAM Policy
To remove locks, in addition to permissions to manage the outbound connector, you need permissions to manage locks.
To unlock an outbound connector, you must have RESOURCE_LOCK_REMOVE
permissions.
- On the Outbound Connectors list page, select the outbound connector that you want to work with. If you need help finding the list page or the outbound connector, see Listing Outbound Connectors.
- On the details page, next to Resource Locking, select Remove.
Use the
oci fs outbound-connector remove
command and required parameters to unlock an outbound connector:oci fs outbound-connector remove --outbound-connector-id <outbound_connector_id> --type <lock_type>
For a complete list of parameters and values for CLI commands, see the CLI Command Reference.
Run the RemoveOutboundConnectorLock operation to unlock an outbound connector.
For information about using the API and signing requests, see REST API documentation and Security Credentials. For information about SDKs, see SDKs and the CLI.