projectsMissingPermission property
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;
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.
core.List<core.String>? projectsMissingPermission;