writerIdentity property
The IAM identity of a service account that must be granted access to the destination.
If the service account is not granted permission to the destination within an hour, the operation will be cancelled.
For example: "serviceAccount:foo@bar.com"
Implementation
@$pb.TagNumber(7)
$core.String get writerIdentity => $_getSZ(6);
Implementation
@$pb.TagNumber(7)
set writerIdentity($core.String value) => $_setString(6, value);