Skip to content

Commit

Permalink
docs(samples): update param values (#401)
Browse files Browse the repository at this point in the history
  • Loading branch information
Sita04 committed Aug 4, 2022
1 parent cd41e9a commit a2f735d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions iam/cloud-client/snippets/src/main/java/CreateDenyPolicy.java
Original file line number Diff line number Diff line change
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

0 comments on commit a2f735d

Please sign in to comment.