folders property

List<String>? folders
getter/setter pair

The folder(s) that the IAM policy belongs to, in the form of folders/{FOLDER_NUMBER}.

This field is available when the IAM policy belongs to one or more folders. To search against folders: * use a field query. Example: folders:(123 OR 456) * use a free text query. Example: 123 * specify the scope field as this folder in your search request.

Implementation

core.List<core.String>? folders;