gcp4zio.pubsub.topic.PSTopic
See thePSTopic companion trait
object PSTopic
Attributes
Members list
Value members
Concrete methods
def addIAMPolicyBindingToTopic(project: String, topic: String, member: String, role: String): ZIO[PSTopic, Throwable, Policy]
Value parameters
- member
-
serviceAccount or userAccount name
- project
-
GCP Project ID
- role
-
role which needs to be assigned
- topic
-
The name of topic for policy update
Attributes
- Returns
-
Updated IAM policy
Value parameters
- project
-
GCP Project ID
- topic
-
The name of the topic to be created
Attributes
Value parameters
- project
-
GCP Project ID
- topic
-
The name of the topic to be deleted
Attributes
In this article