Skip to content

Commit 388124d

Browse files
Update Chronicle resources documentation to point to v1 rest documentation (#13477)
1 parent 493da68 commit 388124d

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

mmv1/products/chronicle/DataAccessLabel.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ description: A DataAccessLabel is a label on events to define user access to dat
1717
references:
1818
guides:
1919
'Introduction to data RBAC': 'https://cloud.google.com/chronicle/docs/onboard/onboard-datarbac'
20-
api: 'https://cloud.google.com/chronicle/docs/reference/rest/v1alpha/projects.locations.instances.dataAccessLabels'
20+
api: 'https://cloud.google.com/chronicle/docs/reference/rest/v1/projects.locations.instances.dataAccessLabels'
2121
base_url: projects/{{project}}/locations/{{location}}/instances/{{instance}}/dataAccessLabels
2222
self_link: projects/{{project}}/locations/{{location}}/instances/{{instance}}/dataAccessLabels/{{data_access_label_id}}
2323
create_url: projects/{{project}}/locations/{{location}}/instances/{{instance}}/dataAccessLabels?dataAccessLabelId={{data_access_label_id}}

mmv1/products/chronicle/DataAccessScope.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ description: A DataAccessScope is a boolean expression of data access labels use
1717
references:
1818
guides:
1919
'Introduction to data RBAC': 'https://cloud.google.com/chronicle/docs/onboard/onboard-datarbac'
20-
api: 'https://cloud.google.com/chronicle/docs/reference/rest/v1alpha/projects.locations.instances.dataAccessScopes'
20+
api: 'https://cloud.google.com/chronicle/docs/reference/rest/v1/projects.locations.instances.dataAccessScopes'
2121
base_url: projects/{{project}}/locations/{{location}}/instances/{{instance}}/dataAccessScopes
2222
self_link: projects/{{project}}/locations/{{location}}/instances/{{instance}}/dataAccessScopes/{{data_access_scope_id}}
2323
create_url: projects/{{project}}/locations/{{location}}/instances/{{instance}}/dataAccessScopes?dataAccessScopeId={{data_access_scope_id}}

mmv1/products/chronicle/Watchlist.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ description: A watchlist is a list of entities that allows for bulk operations o
1717
references:
1818
guides:
1919
'Google SecOps Guides': 'https://cloud.google.com/chronicle/docs/secops/secops-overview'
20-
api: 'https://cloud.google.com/chronicle/docs/reference/rest/v1alpha/projects.locations.instances.watchlists'
20+
api: 'https://cloud.google.com/chronicle/docs/reference/rest/v1/projects.locations.instances.watchlists'
2121
base_url: projects/{{project}}/locations/{{location}}/instances/{{instance}}/watchlists
2222
self_link: projects/{{project}}/locations/{{location}}/instances/{{instance}}/watchlists/{{watchlist_id}}
2323
create_url: projects/{{project}}/locations/{{location}}/instances/{{instance}}/watchlists?watchlistId={{watchlist_id}}

0 commit comments

Comments
 (0)