Skip to content
This repository has been archived by the owner on Sep 16, 2023. It is now read-only.

docs(samples): update parameter values #401

Merged
merged 1 commit into from Aug 4, 2022
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
Expand Up @@ -36,10 +36,10 @@ public static void main(String[] args)
throws IOException, ExecutionException, InterruptedException, TimeoutException {
// TODO(developer): Replace these variables before running the sample.
// ID or number of the Google Cloud project you want to use.
String projectId = "sitalakshmi-deny";
String projectId = "your-google-cloud-project-id";

// Specify the id of the Deny policy you want to create.
String policyId = "deny-policy-id-1";
String policyId = "deny-policy-id";

createDenyPolicy(projectId, policyId);
}
Expand Down