Get Trigger Result
data class GetTriggerResult(val channel: String, val conditions: Map<String, String>, val createTime: String, val destination: DestinationResponse, val etag: String, val eventDataContentType: String, val eventFilters: List<EventFilterResponse>, val labels: Map<String, String>, val name: String, val serviceAccount: String, val transport: TransportResponse, val uid: String, val updateTime: String)
Constructors
Link copied to clipboard
fun GetTriggerResult(channel: String, conditions: Map<String, String>, createTime: String, destination: DestinationResponse, etag: String, eventDataContentType: String, eventFilters: List<EventFilterResponse>, labels: Map<String, String>, name: String, serviceAccount: String, transport: TransportResponse, uid: String, updateTime: String)
Types
Properties
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Optional. The IAM service account email associated with the trigger. The service account represents the identity of the trigger. The iam.serviceAccounts.actAs
permission must be granted on the service account to allow a principal to impersonate the service account. For more information, see the /eventarc/docs/all-roles-permissions page specific to the trigger destination.
Link copied to clipboard