{ "id":"/axapi/v3/admin/{user}/gcp-cred", "type":"object", "node-type":"scalar", "title":"gcp-cred", "operation-not-allowed": ["PUT"], "partition-visibility":"shared", "operational":1, "description":"Config GCP credentials", "properties":{ "import":{ "type":"number", "format":"flag", "default":0, "partition-visibility":"shared", "description":"Import an GCP-credentials", "optional":true }, "use-mgmt-port":{ "type":"number", "format":"flag", "plat-pos-list":["softax-gcp"], "default":0, "partition-visibility":"shared", "description":"Use management port as source port", "optional":true }, "file-url":{ "type":"string", "format":"url", "partition-visibility":"shared", "description":"File URL", "optional":true }, "delete":{ "type":"number", "format":"flag", "default":0, "partition-visibility":"shared", "description":"Delete an authorized GCP credentials", "optional":true }, "show":{ "type":"number", "format":"flag", "default":0, "partition-visibility":"shared", "description":"Show authorized GCP credentials", "optional":true } } }