[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-08-28 UTC."],[],[],null,["# Method: googleapis.secretmanager.v1.projects.secrets.versions.accessString\n\n| **Warning:** If the [call logging level](/workflows/docs/log-workflow#call_logging) is set to `log-all-calls` when using `accessString` to retrieve secret data, the secret value is not redacted, and is printed in plain text to the logs under `jsonPayload.succeeded.response`.\n\nAccesses the secret value in string format. If the secret contains\ncharacters not in UTF-8 format, an error is raised.\n\nArguments\n---------\n\nRaised exceptions\n-----------------\n\nResponse\n--------\n\nThe secret value in string format.\n\nSubworkflow snippet\n-------------------\n\nSome fields might be optional or required. \n\n### YAML\n\n```yaml\n- accessString:\n call: googleapis.secretmanager.v1.projects.secrets.versions.accessString\n args:\n result: accessStringResult\n```\n\n### JSON\n\n```json\n[\n {\n \"accessString\": {\n \"call\": \"googleapis.secretmanager.v1.projects.secrets.versions.accessString\",\n \"args\": null,\n \"result\": \"accessStringResult\"\n }\n }\n]\n```"]]