|
12 | 12 |
|
13 | 13 | * [Before you begin](#before-you-begin)
|
14 | 14 | * [Samples](#samples)
|
| 15 | + * [Analyze Iam Policy](#analyze-iam-policy) |
| 16 | + * [Analyze Iam Policy Longrunning and write results to Bigquery](#analyze-iam-policy-longrunning-and-write-results-to-bigquery) |
| 17 | + * [Analyze Iam Policy Longrunning and write results to GCS](#analyze-iam-policy-longrunning-and-write-results-to-gcs) |
15 | 18 | * [Create Feed](#create-feed)
|
16 | 19 | * [Delete Feed](#delete-feed)
|
17 | 20 | * [Export Assets](#export-assets)
|
@@ -39,6 +42,63 @@ Before running the samples, make sure you've followed the steps outlined in
|
39 | 42 |
|
40 | 43 |
|
41 | 44 |
|
| 45 | +### Analyze Iam Policy |
| 46 | + |
| 47 | +Analyzes accessible IAM policies that match a request. |
| 48 | + |
| 49 | +View the [source code](https://github.com/googleapis/nodejs-asset/blob/master/samples/analyzeIamPolicy.js). |
| 50 | + |
| 51 | +[![Open in Cloud Shell][shell_img]](https://console.cloud.google.com/cloudshell/open?git_repo=https://github.com/googleapis/nodejs-asset&page=editor&open_in_editor=samples/analyzeIamPolicy.js,samples/README.md) |
| 52 | + |
| 53 | +__Usage:__ |
| 54 | + |
| 55 | + |
| 56 | +`node analyzeIamPolicy` |
| 57 | + |
| 58 | + |
| 59 | +----- |
| 60 | + |
| 61 | + |
| 62 | + |
| 63 | + |
| 64 | +### Analyze Iam Policy Longrunning and write results to Bigquery |
| 65 | + |
| 66 | +Analyzes accessible IAM policies that match a request. |
| 67 | + |
| 68 | +View the [source code](https://github.com/googleapis/nodejs-asset/blob/master/samples/analyzeIamPolicyLongrunningBigquery.js). |
| 69 | + |
| 70 | +[![Open in Cloud Shell][shell_img]](https://console.cloud.google.com/cloudshell/open?git_repo=https://github.com/googleapis/nodejs-asset&page=editor&open_in_editor=samples/analyzeIamPolicyLongrunningBigquery.js,samples/README.md) |
| 71 | + |
| 72 | +__Usage:__ |
| 73 | + |
| 74 | + |
| 75 | +`node analyzeIamPolicyLongrunningBigquery <dataset_id> <table_prefix>` |
| 76 | + |
| 77 | + |
| 78 | +----- |
| 79 | + |
| 80 | + |
| 81 | + |
| 82 | + |
| 83 | +### Analyze Iam Policy Longrunning and write results to GCS |
| 84 | + |
| 85 | +Analyzes accessible IAM policies that match a request. |
| 86 | + |
| 87 | +View the [source code](https://github.com/googleapis/nodejs-asset/blob/master/samples/analyzeIamPolicyLongrunningGcs.js). |
| 88 | + |
| 89 | +[![Open in Cloud Shell][shell_img]](https://console.cloud.google.com/cloudshell/open?git_repo=https://github.com/googleapis/nodejs-asset&page=editor&open_in_editor=samples/analyzeIamPolicyLongrunningGcs.js,samples/README.md) |
| 90 | + |
| 91 | +__Usage:__ |
| 92 | + |
| 93 | + |
| 94 | +`node analyzeIamPolicyLongrunningGcs <gs:my-bucket/my-analysis.json>` |
| 95 | + |
| 96 | + |
| 97 | +----- |
| 98 | + |
| 99 | + |
| 100 | + |
| 101 | + |
42 | 102 | ### Create Feed
|
43 | 103 |
|
44 | 104 | Create Feed.
|
|
0 commit comments