resourceAttributes property

Map<String, GooglePrivacyDlpV2Value>? resourceAttributes
getter/setter pair

Attributes of the resource being profiled.

Currently used attributes: * customer_managed_encryption: boolean - true: the resource is encrypted with a customer-managed key. - false: the resource is encrypted with a provider-managed key.

Implementation

core.Map<core.String, GooglePrivacyDlpV2Value>? resourceAttributes;