Lines Matching full:secrets
31 * The "secrets" collection of methods.
35 * $secrets = $secretmanagerService->secrets;
42 * existing Secret. (secrets.addVersion)
45 * with the SecretVersion in the format `projects/secrets`.
57 * Creates a new Secret containing no SecretVersions. (secrets.create)
77 * Deletes a Secret. (secrets.delete)
80 * the format `projects/secrets`.
95 * Gets metadata for a given Secret. (secrets.get)
98 * `projects/secrets`.
110 * secret exists and does not have a policy set. (secrets.getIamPolicy)
138 * Lists Secrets. (secrets.listProjectsSecrets)
141 * with the Secrets, in the format `projects`.
146 * manager/docs/filtering). List only secrets matching the filter. If filter is
147 * empty, all secrets are listed.
163 * Updates metadata of an existing Secret. (secrets.patch)
166 * format `projects/secrets`.
182 * set on the associated Secret. (secrets.setIamPolicy)
202 * This operation may "fail open" without warning. (secrets.testIamPermissions)