CreateBucketIamPolicy
yaml
type: "io.kestra.plugin.gcp.gcs.createbucketiampolicy"
Examples
yaml
id: gcp_gcs_create_bucket_iam_policy
namespace: company.team
tasks:
- id: create_bucket_iam_policy
type: io.kestra.plugin.gcp.gcs.CreateBucketIamPolicy
name: "my-bucket"
member: "sa@project.iam.gserviceaccount.com"
role: "roles/storage.admin"
Properties
member *Requiredstring
name *Requiredstring
role *Requiredstring
ifExists string
Default
SKIP
Possible Values
ERROR
SKIP
impersonatedServiceAccount string
projectId string
scopes array
SubType string
Default
["https://www.googleapis.com/auth/cloud-platform"]