uniqueId property
Output only. The unique, stable numeric ID for the service account.
Each service account retains its unique ID even if you delete the service account. For example, if you delete a service account, then create a new service account with the same name, the new service account has a different unique ID than the deleted service account.
Implementation
@$pb.TagNumber(4)
$core.String get uniqueId => $_getSZ(2);
Implementation
@$pb.TagNumber(4)
set uniqueId($core.String value) => $_setString(2, value);