Files
hunfabric/tests/modules/organization/examples/logging-data-access.yaml
Ludovico Magnocavallo 551dc581e8 Implement proper support for data access logs in resource manager modules (#1497)
* organization module

* rename iam_bindings_authoritative to iam_policy, fix tests

* add support for data access logs and iam policy to folder module

* test inventories

* add support for data access logs and iam policy to project module
2023-07-10 08:08:02 +00:00

35 lines
1.1 KiB
YAML

# Copyright 2022 Google LLC
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
# You may obtain a copy of the License at
#
# http://www.apache.org/licenses/LICENSE-2.0
#
# Unless required by applicable law or agreed to in writing, software
# distributed under the License is distributed on an "AS IS" BASIS,
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
# See the License for the specific language governing permissions and
# limitations under the License.
values:
module.org.google_organization_iam_audit_config.default["allServices"]:
audit_log_config:
- exempted_members: ["group:organization-admins@example.org"]
log_type: ADMIN_READ
org_id: '1122334455'
service: allServices
module.org.google_organization_iam_audit_config.default["storage.googleapis.com"]:
audit_log_config:
- exempted_members: []
log_type: DATA_READ
- exempted_members: []
log_type: DATA_WRITE
org_id: '1122334455'
service: storage.googleapis.com
counts:
google_organization_iam_audit_config: 2
modules: 1
resources: 2