Valid 1Z0-1067 Dumps shared by ExamDiscuss.com for Helping Passing 1Z0-1067 Exam! ExamDiscuss.com now offer the newest 1Z0-1067 exam dumps, the ExamDiscuss.com 1Z0-1067 exam questions have been updated and answers have been corrected get the newest ExamDiscuss.com 1Z0-1067 dumps with Test Engine here:
You have been asked to update the lifecycle policy for object storage using the Oracle Cloud Infrastructure (OCI) Command Line Interface (CLI). Which command can successfully update the policy?
Correct Answer: B
Explanation To create or replace a lifecycle policy for a bucket Open a command prompt and run oci os object-lifecycle-policy put to create or replace the objectlifecycle policy for a bucket. To edit individual rules, replace the bucket's existing policy with a new version of the policy that includes the changes to your rules. oci os object-lifecycle-policy put -ns <object_storage_namespace> -bn <bucket_name> --items <json_formatted_lifecycle_policy> The --items option requires that you provide key-value pair input as valid formatted JSON https://docs.cloud.oracle.com/en-us/iaas/Content/Object/Tasks/usinglifecyclepolicies.htm