projectsMissingPermission property

List<String>? projectsMissingPermission
getter/setter pair

List of project IDs the user specified in the request but lacks access to.

In this case, analysis is aborted with the PERMISSION_DENIED cause.

Implementation

core.List<core.String>? projectsMissingPermission;