writerIdentity property

  1. @TagNumber.new(7)
String get writerIdentity

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);
  1. @TagNumber.new(7)
set writerIdentity (String value)

Implementation

@$pb.TagNumber(7)
set writerIdentity($core.String value) => $_setString(6, value);