documentAclPolicy property

GoogleIamV1Policy? documentAclPolicy
getter/setter pair

The document level acl policy config.

This refers to an Identity and Access (IAM) policy, which specifies access controls for all documents ingested by the pipeline. The role and members under the policy needs to be specified. The following roles are supported for document level acl control: * roles/contentwarehouse.documentAdmin * roles/contentwarehouse.documentEditor * roles/contentwarehouse.documentViewer The following members are supported for document level acl control: * user:[email protected] * group:[email protected] Note that for documents searched with LLM, only single level user or group acl check is supported.

Implementation

GoogleIamV1Policy? documentAclPolicy;