@@ -540,9 +540,10 @@ tags:
540540 An action object is returned. These objects hold the current status of the
541541 requested action.
542542
543+ # Secrets Manager omitted from this tag description until GA; paths commented out below.
543544 - name : Security
544545description : |-
545- Security endpoints for CSPM scans, scan findings, settings, and Secrets Manager .
546+ Security CSPM endpoints for scans, scan findings, and settings .
546547
547548 - name : Sizes
548549description : |-
@@ -2331,30 +2332,34 @@ paths:
23312332delete :
23322333$ref : " resources/security/security_suppression_delete.yml"
23332334
2334- /v2/security/secrets :
2335- get :
2336- $ref : " resources/security/security_secrets_list.yml"
2337-
2338- post :
2339- $ref : " resources/security/security_secret_create.yml"
2340-
2341- /v2/security/secrets/{secret} :
2342- get :
2343- $ref : " resources/security/security_secret_get.yml"
2344-
2345- put :
2346- $ref : " resources/security/security_secret_update.yml"
2347-
2348- delete :
2349- $ref : " resources/security/security_secret_delete.yml"
2350-
2351- /v2/security/secrets/{secret}/versions :
2352- get :
2353- $ref : " resources/security/security_secret_list_versions.yml"
2354-
2355- /v2/security/secrets/{secret}/restore :
2356- post :
2357- $ref : " resources/security/security_secret_restore.yml"
2335+ # Secrets Manager endpoints are temporarily commented out so they are not
2336+ # published in the public API docs until the product is generally available.
2337+ # The operation/model files remain under resources/security/ for easy restore.
2338+ #
2339+ # /v2/security/secrets:
2340+ # get:
2341+ # $ref: "resources/security/security_secrets_list.yml"
2342+ #
2343+ # post:
2344+ # $ref: "resources/security/security_secret_create.yml"
2345+ #
2346+ # /v2/security/secrets/{secret}:
2347+ # get:
2348+ # $ref: "resources/security/security_secret_get.yml"
2349+ #
2350+ # put:
2351+ # $ref: "resources/security/security_secret_update.yml"
2352+ #
2353+ # delete:
2354+ # $ref: "resources/security/security_secret_delete.yml"
2355+ #
2356+ # /v2/security/secrets/{secret}/versions:
2357+ # get:
2358+ # $ref: "resources/security/security_secret_list_versions.yml"
2359+ #
2360+ # /v2/security/secrets/{secret}/restore:
2361+ # post:
2362+ # $ref: "resources/security/security_secret_restore.yml"
23582363
23592364/v2/sizes :
23602365get :
0 commit comments