ProvidersGCPResourcesiamPolicyOn this pagePolicyProvides a IAM Policy for a project.const iamPolicy = provider.iam.makePolicy({ name: "iam-policy", properties: () => ({ policy: { bindings: [ { role: "roles/editor", members: ["user:jane@example.com"], }, ], }, }),});Examplesbasic examplePropertiesall propertiesUsed ByServiceAccount