document.write('
Data hosted with ♥ by Pastebin.com - Download Raw - See Original
  1. ## create tag key with a list of values
  2. oci raw-request --http-method POST --target-uri https://identity.<region>.oraclecloud.com/20160918/tagNamespaces/ocid1.tagnamespace.oc1..<unique-tagnamespace-id>/tags --request-body \'{"name" : "Allowed","description" : "Allow running commands","type" : "string","validator": {"validatorType": "ENUM","values": ["True","False"]}}\'
  3.  
  4. ## get tag key
  5. oci raw-request --http-method GET --target-uri https://identity.<region>.oraclecloud.com/20160918/tagNamespaces/ocid1.tagnamespace.oc1..<unique-tagnamespace-id>/tags/Allowed
');