Home
last modified time | relevance | path

Searched full:secrets (Results 1 – 25 of 57) sorted by relevance

123

/plugin/authgooglesheets/vendor/google/apiclient-services/src/SecretManager/Resource/
DProjectsSecrets.php31 * 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)
[all …]
DProjectsSecretsVersions.php39 * `projects/secrets/versions/latest` is an alias to the most recently created
43 * format `projects/secrets/versions`. `projects/secrets/versions/latest` is an
59 * destroy in the format `projects/secrets/versions`.
75 * disable in the format `projects/secrets/versions`.
91 * enable in the format `projects/secrets/versions`.
103 * Gets metadata for a SecretVersion. `projects/secrets/versions/latest` is an
107 * format `projects/secrets/versions`. `projects/secrets/versions/latest` is an
123 * with the SecretVersions to list, in the format `projects/secrets`.
/plugin/dev/.github/workflows/
H A Ddeploy.yml24 key: ${{ secrets.SSH_PRIVATE_KEY }}
26 known_hosts: ${{ secrets.SSH_KNOWN_HOSTS }}
30 rsync -avz ./ ${{ secrets.SSH_USER }}@${{ secrets.SSH_HOST }}:${{ secrets.TARGET_DIR }}
/plugin/authgooglesheets/vendor/google/apiclient-services/src/CloudBuild/
DNotifierSpec.php22 protected $collection_key = 'secrets';
45 public function setSecrets($secrets) argument
47 $this->secrets = $secrets;
54 return $this->secrets;
DBuild.php27 protected $availableSecretsType = Secrets::class;
145 * @param Secrets
147 public function setAvailableSecrets(Secrets $availableSecrets)
152 * @return Secrets
343 public function setSecrets($secrets) argument
345 $this->secrets = $secrets;
352 return $this->secrets;
DGitHubEnterpriseConfig.php144 public function setSecrets(GitHubEnterpriseSecrets $secrets) argument
146 $this->secrets = $secrets;
153 return $this->secrets;
DBitbucketServerConfig.php147 public function setSecrets(BitbucketServerSecrets $secrets) argument
149 $this->secrets = $secrets;
156 return $this->secrets;
DSecrets.php20 class Secrets extends \Google\Collection class
59 class_alias(Secrets::class, 'Google_Service_CloudBuild_Secrets');
/plugin/authgooglesheets/vendor/google/apiclient-services/src/SecretManager/
DListSecretsResponse.php22 protected $collection_key = 'secrets';
51 public function setSecrets($secrets) argument
53 $this->secrets = $secrets;
60 return $this->secrets;
/plugin/backlinks/.github/workflows/
H A Drelease.yml14 secrets:
15 DOKUWIKI_USER: ${{ secrets.DOKUWIKI_USER }}
16 DOKUWIKI_PASS: ${{ secrets.DOKUWIKI_PASS }}
/plugin/description/.github/workflows/
H A Drelease.yml14 secrets:
15 DOKUWIKI_USER: ${{ secrets.DOKUWIKI_USER }}
16 DOKUWIKI_PASS: ${{ secrets.DOKUWIKI_PASS }}
/plugin/openlayersmap/.github/workflows/
H A Drelease.yml14 secrets:
15 DOKUWIKI_USER: ${{ secrets.DOKUWIKI_USER }}
16 DOKUWIKI_PASS: ${{ secrets.DOKUWIKI_PASS }}
/plugin/combo/.github/workflows/
H A Dphp-test-reusable.yml95 …https://docs.github.com/en/actions/security-guides/encrypted-secrets#using-encrypted-secrets-in-a-…
97 TOKEN: ${{ secrets.TOKEN }}
H A Dphp-test-on-pull-request.yml10 secrets: inherit
H A Dphp-test-on-manual.yml23 secrets: inherit
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Apigee/Resource/
DOrganizationsDevelopersAppsKeysCreate.php34 * particularly useful if you want to migrate existing consumer keys and secrets
35 * to Apigee from another system. Consumer keys and secrets can contain letters,
DOrganizationsDevelopersAppsKeys.php34 * particularly useful if you want to migrate existing consumer keys and secrets
35 * to Apigee from another system. Consumer keys and secrets can contain letters,
/plugin/authgooglesheets/vendor/google/apiclient-services/src/ContainerAnalysis/
DContaineranalysisGoogleDevtoolsCloudbuildV1Build.php343 public function setSecrets($secrets) argument
345 $this->secrets = $secrets;
352 return $this->secrets;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/
DSecretManager.php107 'secrets',
121 'path' => 'v1/{+parent}/secrets',
173 'path' => 'v1/{+parent}/secrets',
/plugin/pagecss/.github/workflows/
H A Dvalidate-commits.yml26 GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
H A Dmain.yml52 GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
/plugin/oauthdoorkeeper/
DDockerfile10 bundle exec rake db:setup | tail -n4 > public/secrets.txt
/plugin/crypto/lang/en/
Dlang.php18 $lang['js']['encrypt_secrets_dont_match'] = 'Secrets do not match!';
/plugin/combo/.github/
H A Dbootstrap.sh39 …thub.com/en/actions/using-workflows/reusing-workflows#passing-inputs-and-secrets-to-a-reusable-wor…
/plugin/issuelinks/services/
DGitHub.service.php318 …* * We have to cycle through the webhooks/secrets stored for a given repo because the hookid is …
335 $secrets = $db->getWebhookSecrets('github', $repo_id);
336 foreach ($secrets as $secret) {

123