I created a role in GCP with below permissions
compute.disks.create
compute.disks.use
compute.instances.attachDisk
compute.resourcePolicies.list
compute.snapshots.list
however, users assigned with the role cannot 'Create Disk' in compute engine Disks page in the google console, it shows
Failed to load. There was an error while loading /compute/disksAdd?project=project01&supportedpurview=project&pli=1. Please try again.
Request ID: 10432464430460216561
without showing what permissions missing. Are there any other permissions needed?
Thanks